/*
	Variable Grid System.
	Based on 960 Grid System - http://960.gs/
	Licensed under GPL and MIT.
*/

/* body and main containter style */
	body {
		background: #eee url(/cms/images/pg-bkgrnd-x.jpg) repeat-x;
		font: 0.75em Arial, Georgia, Verdana, sans-serif;
		line-height: 1;
		color: #111;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	.container {
		background:#fff url(/cms/images/page-corners-bkgrnd.gif) 0 15px no-repeat;
		/*border-top:1px solid #fff;*/
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	.container div p { background:transparent; }
	div p { 
		padding:0 4px 0 4px;
		line-height:18px;
		text-align:left;
	}


	/* font size increments in body
	--------------------------------------------*/

	.plus_one {
	  font-size:14px;
	}
	.plus_two {
	  font-size:16px;
	}
	.plus_three {
	  font-size:18px;
	}
	.plus_four {
	  font-size:20px;
	}


div.popup_page {
background-image:none;
background-color:white;
width:98%;
}
	

/* header styles */
	h1 {
		font-size: 2.4em;
		color:#222;
		padding:5px 0 5px 5px;
		border-bottom:1px dotted #ccc;		
	}
	.header h1 {
		display:none;
	}
	h2 {
		font: 1.8em Arial, Georgia, "Times New Roman", serif;
		color:#333;
		padding:4px 0 0 5px;
		margin-bottom:0px;
		/*border-bottom:1px dotted #ccc;*/
	}
	h3 {
		font: 1.1em Arial, Georgia, Verdana,"Times New Roman", sans-serif;
		font-weight:600;
		color:#444;
		padding:3px 0 3px 5px;
		margin-top:30px;
		border-bottom:2px solid #ddd;
	}
	h4 {
		background:#333;
		font: bold 0.8em Arial, Georgia, Verdana,"Times New Roman", serif;
		color:#eee;		/*color:#555;*/
		letter-spacing:1px;
		text-transform:uppercase;
		padding:2px 0 2px 5px;
		margin-top:30px;
		border-bottom:2px solid #ddd;
	}
	.tagline {
		font:italic 1.1em Arial, Georgia, Verdana,"Times New Roman", serif;
		color:#555;
		margin-top:0px;
		margin-bottom:5px;
	}
	.series {
		font:normal 0.9em Arial, Georgia, Verdana,"Times New Roman", serif;
		color:#555;
		margin:0;
		padding:5px 0 0 0;
		background-color:#eee;
		height:25px;
		width:705px;
		text-align:center;
	}
	.series[class] {
		height:20px;
	}
	.title_separator {
		height:1px;
		width:705px;
		margin:0;
		padding:0;
		border-bottom:1px dotted #ccc;
	}
	.side_separator {
		height:1px;
		float:right;
		width:220px;
		margin:4px 3px 4px 0;
		padding:0;
		border-bottom:1px dotted #ccc;
	}
	.wide_spacing {
		letter-spacing:0.06em;
	}
	.like_button {
		width:350px;
		height:35px;
		left:0;
		/*top:0;*/
		position:absolute;
		display:inline;
		/*border:1px solid #000;*/
	}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
fieldset {
	border:1px solid #ccc;
	margin:15px 0 10px 0;
}
fieldset ul {
	line-height:20px;
}
legend {
	background:#333;
	font: bold 0.8em Arial, Georgia, Verdana,"Times New Roman", serif;
	color:#eee;		/*color:#555;*/
	letter-spacing:1px;
	padding:3px 10px;
	text-transform:uppercase;
}
.other_interest {
	line-height:21px;
	padding-left:12px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}
.sidebar_grid {
	display:inline;
	float: right;
	position: relative;
	/*border:1px solid #ccc;*/
}
.sidebar_grid h3 {
	margin-top:0px;
	border-bottom:none;
}
.container_4 .sidebar_grid {
	width:226px;
	padding:0;
	margin:4px 10px 0 0;
}
/* Change: 8-28-11 - changed right margin to 0 form 10, and bottom to 10 from 0. T.Jeter */
.container_4 .most_popular {
	width:224px;
	padding:0;
	margin:4px 0px 10px 0;
}
.customer_area {
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:left;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .grid_1 {
	width:224px;
}
.container_4 .grid_2 {
	width:465px;
}
.container_4 .grid_left_subheader {
	width:587px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}
.container_4 .grid_right_subheader {
	width:343px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}
.container_4 .grid_3 {
	width:705px;
}
.container_4 .grid_4 {
	width:945px;
}


/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .prefix_1 {
	padding-left:240px;
}
.container_4 .prefix_2 {
	padding-left:480px;
}
.container_4 .prefix_3 {
	padding-left:720px;
}

/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .suffix_1 {
	padding-right:240px;
}
.container_4 .suffix_2 {
	padding-right:480px;
}
.container_4 .suffix_3 {
	padding-right:720px;
}

/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/
.container_4 .push_1 {
	left:240px;
}
.container_4 .push_2 {
	left:480px;
}
.container_4 .push_3 {
	left:720px;
}

/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .pull_1 {
	left:-240px;
}
.container_4 .pull_2 {
	left:-480px;
}

.container_4 .pull_3 {
	left:-720px;
}

.float_right {
	float:right;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*  Link styles
----------------------------------------------------------------------------------------------------*/
.a2a_padding {
	padding-top:5px;
}
.standard_links {
	color:#000;
	height:30px;
	padding:0;
	margin-top:2px;
	width: 960px;
}
.standard_links_left {
	width: 310px;
	float:left;
}
.standard_links_middle {
	width: 335px;
	float:left;
	letter-spacing:normal;
}
.standard_links_right {
	width: 315px;
	float:left;
}
.standard_links p {
	line-height:14px;
	vertical-align:middle;
	margin:0;
	padding:0 10px 5px 10px;
}

a {	color:#039;	text-decoration:none; }
a:hover {color:#033; text-decoration:none; border-bottom:1px dotted #033;}


/*  Other styles
----------------------------------------------------------------------------------------------------*/
.small {
	font-size:11px;
}
.grey {
	color:#a2a2a2;
}

.top_message {
	text-align:center;
	background:#ff9;
	color:#900;
	padding:5px 0 3px 5px;
	border-top:1px solid #f60;
	border-bottom:1px solid #f60;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height:25px;
}
div.leftbtn {
	float:left;
	width:150px;
}
div.rightbtn {
	float:right;
	width:150px;
}
div.rightbtnextra {
	float:right;
	width:300px;
}

.header {
	background:none;
	color:#000;
	height:100px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.header_logo_img {
	padding:0;
	float:left;
	width:270px;
	margin:0 5px;
	text-align:center;
	border:none;
}
.header_full_logo_img {
	background:url(/cms_data/dfault/images/masthead_960x100.png) no-repeat;
	padding:0;
	float:left;
	width:960px;
	height:100px;
	margin:0;
	text-align:center;
	border:none;
}
.header_banner_img {
	background:url(/cms/images/advertisement.gif) no-repeat;
	padding:0px;
	float:right;
	width:670px;
	margin:0;
	text-align:center;
	border:none;
}
.header_banner_img[class] {

	padding:0 0 0 5px;
	width:660px;
	margin:0 5px;
}
.header_banner_full_img {
	background:url(/cms_data/dfault/images/masthead_960x100.png) no-repeat;
	padding:0px;
	float:right;
	width:960px;
	margin:0;
	text-align:center;
	border:none;
}
.header_banner_full_img[class] {
	padding:0 0 0 5px;
	width:950px;
	margin:0 5px;
}

.search_bar {
	border-top:1px solid #8d8d8d;
	border-bottom:5px solid #333;
	background:url(/cms/images/searchbar-bkgrnd.gif) repeat-x;
	color:#000;
	height:28px;
	padding:3px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

div.container div.search_bar {
	height:28px;
	margin:0;
}

div.container div.search_bar form {
	height:28px;
	margin:0;
}

.search_bar[class] {
	border-top:1px solid #8d8d8d;
	border-bottom:5px solid #333;
	background:url(/cms/images/searchbar-bkgrnd.gif) repeat-x;
	color:#000;
	height:28px;
	padding:3px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.search_bar form {
	height:28px;
	margin:0;
	padding:0;
}
.search_bar p {
	line-height:14px;
	vertical-align:top;
	margin:0;
	padding-left:10px;
}
.search_bar p a.printer_link,.search_bar p a.comment_link,.search_bar p a.addto_link {
	margin:0;
	padding:0;
}

/* ------links in search_bar ------- */

.search_bar p a.printer_link {
	padding:0 0 0 15px;
	margin:0 0 0 10px;
	background:url(/cms/images/printer_icon.gif) 0 2px no-repeat;
}
.search_bar p a.comment_link {
	padding:0 0 0 15px;
	margin:0 0 0 0;
	background:url(/cms/images/comment_icon.gif) 0 2px no-repeat;
}
.search_bar p a.addto_link {
	margin-left:10px;
}
a.a2a_dd {
	top:5px;
	position:relative;
}

a.rss_link {
	padding-left:15px;
	background:url(/cms/images/rss_icon.gif) 0 2px no-repeat;
}
a.subscribe_link {
	padding-left:15px;
	margin-left:10px;
	background:url(/cms/images/subscribe_icon.gif) 0 2px no-repeat;
}
a.login_link {
	padding-left:15px;
	background:url(/cms/images/login_icon.gif) 0 2px no-repeat;
}

/*  Sections styles
----------------------------------------------------------------------------------------------------*/

.section_header {
	background:#b8b8b8 url(/cms/images/section-header-bkgrnd.jpg) repeat-x;
	color:#eee;
	height:40px;
	padding:3px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*border-top:1px solid #555;*/
	border-bottom:2px solid #ccc;
	text-align:center;
}
.section_header p,.section_header h1,.section_header h2,.section_header h3,.section_header h4 {
	color:#222;
	padding:5px 0 0 7px;
	margin:0;
	border:none;
	font-weight:900;
	text-transform:uppercase;
}
.author {
	top:0px;
	float:right;
	height:70px;
	padding:8px 0 0 0;
	width:250px;
	display:relative;
}
.author img {
	float:right;
	padding:0 2px 0 2px;
	border-left:1px dotted #ccc;
	margin-top:-4px;
}
.author p {
	line-height:15px;
	float:right;
	color:#555;
	font-size:0.9em;
	text-align:right;
}
.author_small {
	top:15px;
	float:right;
	height:25px;
	padding:20px 7px 0 0;
	width:200px;
	display:relative;
}
.volume_issue {
	height:10px;
	float:right;
	padding:0 5px 0 0;
	margin:2px 0 10px 0;
	width:695px; /* 353 */
	display:relative;
}
.volume_issue p {
	padding:0 0 15px 0;
	margin:0 0 20px 0;
	text-align:right;
	color:#777;
	font-size:0.9em;
}

.right_border {
	border-right:1px dotted #ccc;
}
.menu_right_border {
	border-right:1px dotted #222;
}
.align_right { text-align:right; }
.align_left { text-align:left; }
.align_center { text-align:center; }


.sidebar {
	background-color:none;
}
.sidebar h3 {
	margin-top:0px;
	border-bottom:none;
	margin-bottom:0;
	height:13px;
}

.sidebar p {
	background-color:#eee;
	color:#000;
	font-size:1.0em;
	margin:0;
	padding:0 2px 0 4px;
}

.sidebar p.sidebar_deck {
	text-align:left;
	color:#333;
	font:italic 1.1em Arial, Georgia, Verdana,"Times New Roman", serif;
	padding:0 2px 0 6px;
	margin:0 0 6px 0;
	height:11px;
}
.sidebar p.sidebar_byline {
	color:#333;
	font-size:0.8em;
	padding:0 2px 5px 6px;
	margin-top:12px;
	height:11px;
	text-align:right;
}
.sidebar p.sidebar_byline_title {
	color:#333;
	font-size:0.8em;
	padding:0 2px 5px 6px;
	margin-bottom:12px;
	height:11px;
	text-align:right;
}
.sidebar p.photo_credit {
 	text-align:right;
	font-size:0.8em;
	color:#555;
	padding:0 4px 0 4px;
	margin:0;
}
.sidebar_img_bar {
	width:705px;
	height:20px;
	padding:0;
	margin:10px 0 0 0;
	background: url(/cms/images/stripe.png) repeat-x;
}
.sidebar_sidebg {
	background-color:#eee;
}
.sidebar_sidebg p.sidebar_byline {
	color:#333;
	font-size:0.8em;
	padding:0 2px 6px 6px;
	margin-top:12px;
	height:10px;
	text-align:right;
}
.sidebar_sidebg p.sidebar_byline_title {
	color:#333;
	font-size:0.8em;
	padding:0 2px 6px 6px;
	margin-bottom:0px;
	height:10px;
	text-align:right;
}
.sidebar_sidebg p.sidebar_deck {
	text-align:left;
	color:#333;
	font:italic 12px Arial, Georgia, Verdana,"Times New Roman", serif;
	padding:0 2px 0 6px;
	margin:0 0 6px 0;
	height:11px;
}
.sidebar_sidebg p.photo_credit {
 	text-align:right;
	font-size:0.8em;
	color:#555;
	background-color:#e4e4e4;
	padding:0 4px;
	margin:0;
}
.sidebar_sidebg p.photo_caption {
 	text-align:left;
	font-size:11px;
	color:#039;
	background-color:#e4e4e4;
	padding:0;
	margin:0;
}


/*  Image styles
---------------------------------------------------------------------------------------------------*/


.photo_credit {
 	text-align:right;
	font-size:9px;
	color:#777;
	padding:0;
	margin:0;
}
.photo_caption {
 	text-align:left;
	font-size:11px;
	color:#039;
	padding:0;
	margin:2px;
}
.image_right {
	float:right;
	padding:5px 0 7px 7px;
}
.image_left {
	float:left;
	padding:5px 7px 7px 0;
}
.bottom_image_right {
	width:325px;
	float:right;
	padding:5px 5px;
	margin:5px 2px 2px 7px;
	background:#eee;
	border:1px dotted #ccc;
	widows:inherit;
}
.top_image_left {
	width:325px;
	float:left;
	display:relative;
	padding:5px 5px;
	margin:5px 7px 2px 2px;
	background:#eee;
	border:1px dotted #ccc;
}
.top_image_left_sidebar {
	float:left;
	width:225px;
	padding:0 5px 5px 5px;
	margin:0px 7px 2px 2px;
	border-bottom:1px dotted #ccc;
}
.banner_ads img {
	margin-bottom:5px;
	margin-right:auto;
	margin-left:auto;
	padding:0 4px;
	text-align:center;
}

.most_popular_blogged {
	text-align:center;
	margin-bottom:-1px;
	padding:6px 2px 2px 2px;
	height:21px;
	width:85px;
	float:left;
	background:#fff;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	text-transform:uppercase;
	font-size:0.8em;
}
.most_popular_blogged[class] {
	margin-bottom:0;
	padding:4px 2px 0 2px;
	height:17px;
}
.most_popular_viewed {
	margin-bottom:-1px;
	text-align:center;
	padding:6px 2px 2px 2px;
	height:21px;
	width:65px;
	float:left;
	margin-right:58px;
	background:#fff;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	text-transform:uppercase;
	font-size:0.8em;
}
.most_popular_viewed[class] {
	margin-bottom:0;
	padding:4px 2px 0 2px;
	height:17px;
	margin-right:58px;
}
.most_popular {
	padding:0;
	border:1px solid #ccc;
	display:inline;
	float: right;
	position: relative;
}
.most_popular h4 {
	width:224px;
	background:#eee;
	font: bold 0.9em Arial, Georgia, Verdana,"Times New Roman", serif;
	color:#000;
	text-transform:uppercase;
	padding:2px 0 2px 5px;
	margin:0;
	border-bottom:none;
}
.most_popular[class] h4 {
	width:219px;
}
.most_popular .line_item {
	line-height:20px;
	color:#222;
	padding:2px;
	width:220px;
}
.most_popular_linkholder {
	width:224px;
	border-bottom:1px solid #ccc;
	height:21px;
	background:#eee;
}
.most_popular .line_item {
	line-height:20px;
	color:#333;
	padding:2px;
	width:220px;
}
.most_popular_linkholder {
	width:224px;
	border-bottom:1px solid #ccc;
	height:21px;
	background:#eee;
}
.inactive_mplink {
	border-bottom:1px solid #ccc;
	background:#eee;
}
.most_popular .left_mp {
	border:1px solid #999;
	height:35px;
	width:35px;
	overflow:hidden;
	background:#fff;
	padding:1px;
	float:left;
	margin:0 2px 0 0;
}
.most_popular .right_mp {
	float:left;
	width:168px;
	height:38px;
	margin:0 0 2px 1px;
	padding:0 0 0 6px;
}
.most_popular .right_mp:hover {
	background:#eee;
}
.most_popular .right_mp .grey a {
	color:#555;
}
.inactive_mplink {
	border-bottom:1px solid #ccc;
	background:#eee;
}

.sidebar img {
	margin:5px auto 0 auto;
	padding:0;
	text-align:center;
}
.sidebar a img {
	margin:5px auto 0 auto;
	padding:0;
	text-align:center;
}
.sidebar p.photo_caption {
 	text-align:left;
	font-size:11px;
	color:#039;
	padding:0 0 0 3px;
	margin:0;
}
.story_photos {
	text-align:center;
	background:#efefef url(/cms/images/side-photo-bkgrnd.gif) repeat-x;
	height:100px;
}
.story_photos img {
	margin-top:15px;
	padding:0 5px;
	border:none;
}
.story_photos img:hover {
	background:#ccc;
}


/* List styles 
---------------------------------------------------------------------------------------------------*/

html body div.grid_1 ul {
	list-style-type:none;
}
html body div.grid_1 li {
	list-style-type:disc;
	list-style-image:url(/cms/images/list-bullet.gif);
	line-height:16px;
	padding:1px 0;
	margin-left:-23px;
}

/* Bottom Banner Ad styles 
---------------------------------------------------------------------------------------------------*/
.bottom_banner_ad {
	padding:0 0 0 10px;
	color:#000;
	padding:5px 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:100px;
	display:inline;
	float: left;
	position: relative;
	text-align:center;
}
.bottom_banner_advert_text {
	background:url(/cms/images/advertisement.gif) no-repeat;
	padding:0 0 0 10px;
	width:650px;
	height:85px;
	margin-left: auto;
	margin-right: auto;
}
.bottom_banner_advert_text[class] {
	background:url(/cms/images/advertisement.gif) no-repeat;
	padding:0;
	width:670px;
	height:85px;
	margin-left: auto;
	margin-right: auto;
}
.bottom_banner_ad img {
	border:none;
}
.bottom_banner_ad a {
	border:none;
}
/* Comments styles 
---------------------------------------------------------------------------------------------------*/
.comments {
	background:#ccc url(/cms/images/comment-bkgrnd-x.jpg) repeat-x;
	color:#000;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	border-top:8px solid #333;
	width: 960px;
	display:inline;
	float: left;
	position: relative;
}
.comment-top-text-right {
	padding:0 7px 0 0;
	margin:0;
	width:395px;
	float: right;
	height:15px;
}
.comment-top-text-left {
	padding:0 0 0 7px;
	margin:0;
	width:395px;
	float: left;
	height:15px;
}
.comments h2 {
	/*background:#b2b2b2 url(/cms/images/comment-header-bkgrnd-x.jpg) repeat-x;*/
	padding-left:7px;
	margin:0 0 10px 0;
}
.comments h4 {
	margin-top:7px;
	background:#5e5e5e;
}
.comment-links {
	padding:4px 0;
}
.comment-links-top {
	padding:4px 0 4px 0;
	margin-right:10px;
}

.comment-notes {
	float:right;
	padding:0;
	width:215px;
	display:relative;
}
.comment-notes p {
	line-height:15px;
	float:right;
	color:#555;
	font-size:0.9em;
	text-align:right;
}
.comment-post {
	background-color:#fff;
	border-bottom:2px solid #aaa;
	margin-bottom:7px;
}
.comment-post p {
	padding:2px 10px;
}
.post-date {
	font-style:italic;
	color:#777;
}


/* Footer styles 
---------------------------------------------------------------------------------------------------*/

.footer {
	background:#b2b2b2 url(/cms/images/footer-bkgrnd-x.jpg) repeat-x;
	color:#444;
	height:100px;
	padding:0;
	margin:4px auto 0 auto;
	border-top:8px solid #333;
	/*border-bottom:2px solid #777;*/
	width: 960px;
}
.footer_left {
	background:#fff url(/cms/images/footer-curve-left.jpg) bottom left no-repeat;
	height:100px;
	float:left;
	width:640px;
	margin:0;
}
.footer_right {
	height:100px;
	background:#333 url(/cms/images/footer-curves.jpg) top left no-repeat;
	float:left;
	width:320px;
	margin:0;
}
.footer img {
	padding:0;
	margin:0;
	border:none;
}
.footer .icon {
	background:url(/cms/images/LL-footer-icon.jpg) 0 0 no-repeat;
	float:left;
	margin-top:15px;
	height:45px;
	width:45px;
}
.footer p {
	font-size:0.9em;
	line-height:16px;
	padding:5px 5px 5px 15px;
}
.footer_right p {
	font-size:0.9em;
	line-height:16px;
	padding:5px 5px 5px 20px;
	color:#ccc;
}
.footer a {
	color:#222;
}
.footer_right a {
	color:#eee;
}
.footer_right a:hover {
	color:#eee;
	border-bottom:1px dotted #eee;
}

.terms_links {
	height:45px;
	font-size:0.9em;
	background:none;
}
